home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ms_sh21c.zip / manifest < prev    next >
Text File  |  1992-12-15  |  2KB  |  62 lines

  1. This release contains the following files:
  2.  
  3.     Manifest        This file.
  4.     ReadMe        The readme file.
  5.     bin/shdos.exe    The Release 2.xx executable for MSDOS.
  6.     bin/shos2.exe    The Release 2.xx executable for OS/2 (if included).
  7.     bin/showkey.exe    A little program to display the ASCII and SCAN codes
  8.             associated with a keystroke (MSDOS only)
  9.     sh.ini        The shell initialisation file
  10.     sh.pif        The Windows 3.0 pif file
  11.     sh.1        The *roff source for the manual page (if included)
  12.     sh.man        The shell manual page (if included)
  13.     Notes        Some notes from the author for this release
  14.     MEM.err        XMS and EMS error codes
  15.     Install        The installation instructions
  16.     shell.ico        A shell ICON
  17.  
  18. The following samples are provided from the author's system.  These MUST be
  19. modified to match your requirements and the programs you use.
  20.  
  21.     extend.lst        A sample EXTENDED_LINE file
  22.     profile.etc        A sample /etc/profile.sh
  23.     profile.sh        A sample ${HOME}/profile.sh
  24.     sh.rc        A sample ${ENV} file
  25.  
  26. The following sources file may be included:
  27.  
  28.     The sources for the shell itself are available, but will have been released
  29.     separately.
  30.  
  31.     Changes            A list of changes required to the standard
  32.                 Microsoft C5.1/C6.0 headers.
  33.     include/dirent.h        The include files for the DIRECTORY (3C)
  34.     include/sys/dirent.h    functions for MSDOS and OS/2
  35.     include/glob.h        The include files for the GLOB (3C) functions
  36.                 for MSDOS and OS/2
  37.     include/sys/proto.h        Prototype macros
  38.     include/sys/null.h        NULL macros
  39.     include/unistd.h        The unistd.h include file for MSDOS and OS/2
  40.  
  41.     src/director.c        DIRECTORY (3C) for MSDOS & OS/2
  42.     src/glob.c            GLOB (3C) for MSDOS, OS2 and UNIX
  43.     src/stdargv.c        A replacement for part of the Microsoft C
  44.                 Runtime start up which builds the argv array.
  45.                 It has UNIX wild cards and EXTENDED_LINE
  46.                 support.
  47.     src/system.c        A replacement for SYSTEM (3C) with swapping
  48.                 and shell EXTENDED_LINE support.
  49.     src/swap.asm        Front-end for the swaping version of SYSTEM
  50.                 (3C)
  51.     src/showkey.c        A program for displaying the scan codes for
  52.                 keystrokes (DOS only at the moment).
  53.  
  54.     The sources for the shell itself:
  55.  
  56.     Patch.lib            How to Patch C5.1/C6 Microsoft C libraries
  57.     src/sh??.c            The Shell source files 1 through 12
  58.     src/sh.h            The Shell header
  59.     src/sh0.asm            The Shell swapper front end
  60.     src/Makefile        The Makefile
  61.     src/sh.def            The OS/2 def file.
  62.